[INFO] cloning repository https://github.com/timkpaine/xorjson
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timkpaine/xorjson" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimkpaine%2Fxorjson", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimkpaine%2Fxorjson'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bba94af8627dfaf0efce8660289b4ca76b5af539
[INFO] checking timkpaine/xorjson against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimkpaine%2Fxorjson" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/timkpaine/xorjson
[INFO] finished tweaking git repo https://github.com/timkpaine/xorjson
[INFO] tweaked toml for git repo https://github.com/timkpaine/xorjson written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/timkpaine/xorjson on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/timkpaine/xorjson already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded no-panic v0.1.30
[INFO] [stderr]   Downloaded pyo3-ffi v0.21.2
[INFO] [stderr]   Downloaded itoap v1.0.1
[INFO] [stderr]   Downloaded unwinding v0.2.1
[INFO] [stderr]   Downloaded pyo3-build-config v0.21.2
[INFO] [stderr]   Downloaded beef v0.5.2
[INFO] [stderr]   Downloaded associative-cache v2.0.0
[INFO] [stderr]   Downloaded castaway v0.2.2
[INFO] [stderr]   Downloaded bytecount v0.6.8
[INFO] [stderr]   Downloaded chrono v0.4.34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412
[INFO] running `Command { std: "docker" "start" "0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.12.14
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking zerocopy v0.7.34
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]     Checking simdutf8 v0.1.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking itoap v1.0.1
[INFO] [stderr]     Checking associative-cache v2.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling pyo3-build-config v0.21.2
[INFO] [stderr]     Checking castaway v0.2.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking chrono v0.4.34
[INFO] [stderr]    Compiling pyo3-ffi v0.21.2
[INFO] [stderr]    Compiling xorjson v3.10.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking beef v0.5.2
[INFO] [stderr] warning: xorjson@3.10.5: include/yyjson/yyjson.c: In function 'read_string':
[INFO] [stderr] warning: xorjson@3.10.5: include/yyjson/yyjson.c:5268:29: warning: variable 'pos' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: xorjson@3.10.5:  5268 |     u8 *src = ++cur, *dst, *pos;
[INFO] [stderr] warning: xorjson@3.10.5:       |                             ^~~
[INFO] [stdout] warning: unknown lint: `fuzzy_provenance_casts`
[INFO] [stdout]   --> src/lib.rs:14:49
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![cfg_attr(feature = "strict_provenance", warn(fuzzy_provenance_casts))]
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the `fuzzy_provenance_casts` lint is unstable
[INFO] [stdout]    = note: see issue #130351 <https://github.com/rust-lang/rust/issues/130351> for more information
[INFO] [stdout]    = help: add `#![feature(strict_provenance_lints)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-06-01; consider upgrading it if it is out of date
[INFO] [stdout]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:13:52
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![cfg_attr(feature = "strict_provenance", feature(strict_provenance))]
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `fuzzy_provenance_casts`
[INFO] [stdout]   --> src/lib.rs:14:49
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![cfg_attr(feature = "strict_provenance", warn(fuzzy_provenance_casts))]
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the `fuzzy_provenance_casts` lint is unstable
[INFO] [stdout]    = note: see issue #130351 <https://github.com/rust-lang/rust/issues/130351> for more information
[INFO] [stdout]    = help: add `#![feature(strict_provenance_lints)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-06-01; consider upgrading it if it is out of date
[INFO] [stdout]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:13:52
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![cfg_attr(feature = "strict_provenance", feature(strict_provenance))]
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/deserialize/pyobject.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |               let entry = KEY_MAP
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 18 | |                 .get_mut()
[INFO] [stdout]    | |__________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]   --> src/deserialize/cache.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 - pub static mut KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout] 39 + pub static KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/deserialize/yyjson.rs:122:14
[INFO] [stdout]     |
[INFO] [stdout] 122 |             &YYJSON_ALLOC.get_or_init(yyjson_init).alloc,
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]    --> src/typeref.rs:93:12
[INFO] [stdout]     |
[INFO] [stdout]  93 - pub static mut YYJSON_ALLOC: OnceBox<YYJSONAlloc> = OnceBox::new();
[INFO] [stdout]  93 + pub static YYJSON_ALLOC: OnceBox<YYJSONAlloc> = OnceBox::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/serialize/per_type/numpy.rs:63:32
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let numpy_types = unsafe { NUMPY_TYPES.get_or_init(load_numpy_types) };
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]   --> src/typeref.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 - pub static mut NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout] 59 + pub static NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/serialize/per_type/numpy.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let numpy_types = unsafe { NUMPY_TYPES.get_or_init(load_numpy_types) };
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]   --> src/typeref.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 - pub static mut NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout] 59 + pub static NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/serialize/per_type/numpy.rs:896:26
[INFO] [stdout]     |
[INFO] [stdout] 896 |                 unsafe { NUMPY_TYPES.get_or_init(load_numpy_types).unwrap().as_ref() };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]    --> src/typeref.rs:59:12
[INFO] [stdout]     |
[INFO] [stdout]  59 - pub static mut NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]  59 + pub static NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/typeref.rs:140:17
[INFO] [stdout]     |
[INFO] [stdout] 140 |           assert!(crate::deserialize::KEY_MAP
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 141 | |             .set(crate::deserialize::KeyMap::default())
[INFO] [stdout]     | |_______________________________________________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]    --> src/deserialize/cache.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 - pub static mut KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout]  39 + pub static KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/deserialize/pyobject.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |               let entry = KEY_MAP
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 18 | |                 .get_mut()
[INFO] [stdout]    | |__________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]   --> src/deserialize/cache.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 - pub static mut KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout] 39 + pub static KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/deserialize/yyjson.rs:122:14
[INFO] [stdout]     |
[INFO] [stdout] 122 |             &YYJSON_ALLOC.get_or_init(yyjson_init).alloc,
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]    --> src/typeref.rs:93:12
[INFO] [stdout]     |
[INFO] [stdout]  93 - pub static mut YYJSON_ALLOC: OnceBox<YYJSONAlloc> = OnceBox::new();
[INFO] [stdout]  93 + pub static YYJSON_ALLOC: OnceBox<YYJSONAlloc> = OnceBox::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/serialize/per_type/numpy.rs:63:32
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let numpy_types = unsafe { NUMPY_TYPES.get_or_init(load_numpy_types) };
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]   --> src/typeref.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 - pub static mut NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout] 59 + pub static NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/serialize/per_type/numpy.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let numpy_types = unsafe { NUMPY_TYPES.get_or_init(load_numpy_types) };
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]   --> src/typeref.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 - pub static mut NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout] 59 + pub static NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/serialize/per_type/numpy.rs:896:26
[INFO] [stdout]     |
[INFO] [stdout] 896 |                 unsafe { NUMPY_TYPES.get_or_init(load_numpy_types).unwrap().as_ref() };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]    --> src/typeref.rs:59:12
[INFO] [stdout]     |
[INFO] [stdout]  59 - pub static mut NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]  59 + pub static NUMPY_TYPES: OnceBox<Option<NonNull<NumpyTypes>>> = OnceBox::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/typeref.rs:140:17
[INFO] [stdout]     |
[INFO] [stdout] 140 |           assert!(crate::deserialize::KEY_MAP
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 141 | |             .set(crate::deserialize::KeyMap::default())
[INFO] [stdout]     | |_______________________________________________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]    --> src/deserialize/cache.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 - pub static mut KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout]  39 + pub static KEY_MAP: OnceCell<KeyMap> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 19.44s
[INFO] running `Command { std: "docker" "inspect" "0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412", kill_on_drop: false }`
[INFO] [stdout] 0fe9afc9d17f4cc6c8c6ec21d7ae79e02cefc6293dc1988e6ae8bad8f9f79412
